MeasureVerticalAlignment Enumeration

Represents the vertical alignment of a measure text relative to its measure line.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum MeasureVerticalAlignment

Members

Automatic0 Vertical alignment of a measure text relative to its measure line is chosen by the consumer.
Above1 Vertical alignment of a measure text should be above relative to its measure line.
Below2 Vertical alignment of a measure text should be below relative to its measure line.
Center3 Vertical alignment of a measure text should be centered relative to its measure line.
None4 None.

See Also